home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  256 b   |  16 lines

  1. on exitFrame
  2.   if the timer < 2940 then
  3.     if the loaded of member "14BIGTEXT" = 0 then
  4.       preloadMember("14BIGTEXT")
  5.     end if
  6.     go(the frame)
  7.   else
  8.     set the visible of sprite 7 to 0
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   go(160)
  15. end
  16.